Creates or updates an array of users in the project
The request body is of type object.
Overview
|
|
|
Enable : boolean
|
|
PasswordExpiresInDays : number
|
|
Password : string
|
|
Resources : Array[string]
|
|
RoleID : string
|
|
UserID : string
|
|
UserName : string
| |
|
DynCreate : boolean
| |
The response body is of type ItemsPostResponse.
The collection of results from the users create/update operation
Overview
|
ItemsPostResponse
The results of the create/update/delete operations.
|
NumSuccesses : number
|
|
NumFailures : number
|
|
WarningsMask : integer
|
|
|
Success : boolean
|
|
StatusDetails : integer
|
|
WarningsMask : integer
|
|
Message : string
| | |